Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@kronos-integration/endpoint
Advanced tools
Named communication (end)-points inside of kronos
{:height="310pt" width="325pt"}
Extends Endpoint
Dummy endpoints are used during construction of the endpoint mesh.
dummy does nothing by intention.
Returns boolean true
Returns boolean true
Indicate whatever we are a dummy endpoint. Dummy endpoints are used duiring construction of the endpoint mesh.
Returns boolean true
Type: Object
Connection endpoint.
Name as presented for humans.
Returns string
Indicate whatever we are a default endpoint. Default means buildin.
Returns boolean false
Indicate whatever we are a dummy endpoint. Dummy endpoints are used duiring construction of the endpoint mesh.
Returns boolean false
Mapping of properties used in toString.
Returns Object
options
Object (optional, default {includeRuntimeInfo:true}
)Returns boolean false
Returns boolean false
Deliver data flow direction.
Returns (string | undefined) delivers data flow direction 'in', 'out', 'inout' or undefined
Additional attributes to present in json output.
Returns boolean true if there is at least one interceptor assigned
Can we form a connection to the other side. in to out and out to in.
other
Endpoint Returns boolean true if we can be connected to the other endpoint
Returns boolean true if there is at least one connection
Are we connected to a endpoint.
other
Endpoint to check for the connectionReturns boolean true if there is a connection to the other endpoint
Actually start with the communication.
Actually stop the communication.
Opens all connections.
Closes all connections.
Returns Iterable<Endpoint>
connection
Endpoint backpointer
boolean? true if this is the call form back call from the other sideActually stop the communication.
Deliver state for a given connection.
other
Endpoint Returns ConnectionState
Set state for a given connection.
other
Endpoint state
ConnectionState Check for Endpoint.
object
any to be checkedReturns boolean true if object is an Endpoint
Instanciate interceptors from its definitions.
Returns Array<Interceptor>
Extends ReceivableEndpoint
Multiple connection endpoint. Can hold several connections.
name
owner
options
Deliver connection state.
other
Endpoint Returns any our state for the connection to other
Set connection state.
other
Endpoint state
any for the connection to otherActually stop the communication.
Check connectivity.
other
Endpoint Returns boolean true if we are connected with other
All connections
Extends MultiConnectionEndpoint
Multiple Sending Endpoint. Can hold several connections. Back connections to any further endpoints will not be established
We are always out
Returns boolean always true
Extends Endpoint
Returns boolean true is receive function is present
Get the receive function.
Returns Function
Set the receive function.
receive
Function Extends ReceiveEndpoint
Receive Endpoint acting as a default endpoints.
We are a default endpoint
Returns boolean always true
Extends ReceiveEndpointDefault
Receiving endpoint wich can also send to itself.
Actually stop the communication.
Extends MultiConnectionEndpoint
Receiving Endpoint. Can receive from several endpoints. By default a dummy rejecting receiver is assigned
We are always in
Returns boolean always true
Extends SendEndpoint
Send Endpoint acting as a default endpoints.
We are a default endpoint.
Returns boolean always true
Extends ReceivableEndpoint
Sending Endpoint. Can only hold one connection. Back connections to any further endpoints will not be established
We are always out
Returns boolean always true
Add a connection.
Actually stop the communication.
Extends SendEndpoint
bi directional endpint
Always receiving.
Returns boolean true
With npm do:
npm install kronos-endpoint
BSD-2-Clause
FAQs
named communication (end)-points inside of kronos
The npm package @kronos-integration/endpoint receives a total of 971 weekly downloads. As such, @kronos-integration/endpoint popularity was classified as not popular.
We found that @kronos-integration/endpoint demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.